home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / Database / READINGS.dxr / 00004_click on Exit.ls < prev    next >
Encoding:
Text File  |  2003-03-14  |  203 b   |  11 lines

  1. on mouseUp
  2.   tell the stage
  3.     close(window "readings")
  4.     forget(window "readings")
  5.     repeat with i = 50 to 54
  6.       set the visible of sprite i to 1
  7.     end repeat
  8.     updateStage()
  9.   end tell
  10. end
  11.